+====================+
| BD Disposable v1.0 |
+====================+

Author:
======
Big Dawg KS

Credits:
-------
Big Dawg KS - scripts/config

Changelog:
=========
v1.0
-----
Initial Release

Description:
===========
This addon allows for the proper simulation of disposable weapons. The effected weapons will no longer
take up inventory space for their ammunition, nor do you have to worry about taking ammo. As long as
you have an unused weapon, you will be able to fire it. After you fire, it will no longer be usable.
Currently, only secondary weapons (launchers) are supported.

The currently effected weapons are the M136 (AT4) and RPG-18 anti-tank weapons.

Addon Compatability:
-------------------
The system can be used by new addon weapons by setting the appropriate values in the config.

Magazines:
Base your magazine on class "BD_DisposableLauncherMagazine" and it will inherit all the
appropriate values for the magazine.

Weapons:
In your weapon class, add the following config entires:

	reusable = 0;
	replaceWithOnUse = "MyLauncher_Used";

Where "MyLauncher_Used" is a second class you should define that is based on the
original launcher class. It should contain the following entires:

	reusable = 1;
	magazines[]={"BD_FakeRocketMag"};
	displayName = "My Launcher (Fired)";

It is important that you set "reusable = 1" on your "used" version of the weapon.
The display name can be whatever you like, though I recommend you find an appropriate
way to distinguish it from an unused weapon (the original launcher class).

Multiplayer:
===========
This addon makes several config changes. It is recommended that everyone (including the server) be running
the addon, and that everyone uses the same version of the adddon, when using it in multiplayer.

Explansions:
===========
Works with either ArmA 2 stand alone, Operation Arrowhead stand alone, and ArmA 2: Combined Operations (ArmA 2 + OA).

Required Addons:
===============
THIS ADDON REQUIRES EXTENDED EVENTHANDLERS
This addon should also be compatable with any other addons provided they don't interfere with the XEH stuff.

Disclaimer:
==========
I am not responsible for ANYTHING that happens to your computer by using this addon. Use at your own risk.

Installation:
============
Install the pbo & bisign files into the Addons folder in your ArmA 2/OA directory or any mod directory. Install the
bikey file in your Keys directory.
